From: Richard M. Stallman Date: Sat, 17 Feb 2007 23:07:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~2080 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a218dffe79966eb23aa6f6d846d4d21fd7cfa8ea;p=emacs.git *** empty log message *** --- diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index e0238cc1c78..1645a3dde98 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -64,6 +64,8 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem. ** simon.marshall@misys.com, Jan 12: Font-lock decides function call is function declaration in C+ + +** Fix needed for communication with gpg-agent + * DOCUMENTATION ** Check the Emacs Tutorial. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a740bb8b70a..d31acbecd30 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-02-17 Sven Joachim (tiny change) + + * simple.el (kill-line): Doc fix. + 2007-02-17 Kim F. Storm * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.